From 02a2ec4d3df1da9d89110c97fabf034ac1f198c0 Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Wed, 22 Jan 2025 15:30:23 +0100 Subject: [PATCH] gitignore: add .cache and *.AppImage .cache is used by clangd on my setup; built AppImages also shouldn't be part of the repo Signed-off-by: Jyrki Gadinger --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a97cd7c4..ed0e17987 100644 --- a/.gitignore +++ b/.gitignore @@ -146,7 +146,7 @@ AppPackages/ # Others sql/ -*.Cache +*.[Cc]ache ClientBin/ [Ss]tyle[Cc]op.* ~$* @@ -191,3 +191,4 @@ convert.exe *-w10startmenu.png *state-*.png theme.qrc +*.AppImage -- 2.30.2